What is MariaDB Galera Cluster?
The most recent release of MariaDB 11.4 is:
MariaDB 11.4.4 Stable (GA) Download Now
Alternate download from mariadb.org
About
MariaDB Galera Cluster is a virtually synchronous multi-primary cluster for MariaDB. It is available on Linux only, and only supports the InnoDB storage engine (although there is experimental support for MyISAM and, from MariaDB 10.6, Aria. See the wsrep_replicate_myisam system variable, or, from MariaDB 10.6, the wsrep_mode system variable).
Features
- Virtually synchronous replication
- Active-active multi-primary topology
- Read and write to any cluster node
- Automatic membership control, failed nodes drop from the cluster
- Automatic node joining
- True parallel replication, on row level
- Direct client connections, native MariaDB look & feel
Benefits
The above features yield several benefits for a DBMS clustering solution, including:
- No replica lag
- No lost transactions
- Read scalability
- Smaller client latencies
The Getting Started with MariaDB Galera Cluster page has instructions on how to get up and running with MariaDB Galera Cluster.
A great resource for Galera users is Codership on Google Groups (codership-team
'at'
googlegroups
(dot)
com
) - If you use Galera it is recommended you subscribe.
Galera Versions
MariaDB Galera Cluster is powered by:
- MariaDB Server.
- The Galera wsrep provider library.
The functionality of MariaDB Galera Cluster can be obtained by installing the standard MariaDB Server packages and the Galera wsrep provider library package. The following Galera version corresponds to each MariaDB Server version:
- In MariaDB 10.4 and later, MariaDB Galera Cluster uses Galera 4. This means that the wsrep API version is 26 and the Galera wsrep provider library is version 4.X.
- In MariaDB 10.3 and before, MariaDB Galera Cluster uses Galera 3. This means that the wsrep API is version 25 and the Galera wsrep provider library is version 3.X.
See Deciphering Galera Version Numbers for more information about how to interpret these version numbers.
Galera 4 Versions
The following table lists each version of the Galera 4 wsrep provider, and it lists which version of MariaDB each one was first released in. If you would like to install Galera 4 using yum, apt, or zypper, then the package is called galera-4
.
Galera Version | Released in MariaDB Version |
---|---|
26.4.20 | 11.4.4, 11.2.6, 10.11.10, 10.6.20, 10.5.27 |
26.4.19 | 11.4.3, 11.2.5, 11.1.6, 10.11.9, 10.6.19, 10.5.26 |
26.4.18 | 11.2.4, 11.1.5, 11.0.6, 10.11.8, 10.6.18, 10.5.25, 10.4.34 |
26.4.16 | 11.2.2, 11.1.3, 11.0.4, 10.11.6, 10.10.7, 10.6.16, 10.5.23, 10.4.32 |
26.4.14 | 10.10.3, 10.9.5, 10.8.7, 10.7.8, 10.6.12, 10.5.19, 10.4.28 |
26.4.13 | 10.10.2, 10.9.4, 10.8.6, 10.7.7, 10.6.11, 10.5.18, 10.4.27 |
26.4.12 | 10.10.1, 10.9.2, 10.8.4, 10.7.5, 10.6.9, 10.5.17, 10.4.26 |
26.4.11 | 10.8.1, 10.7.2, 10.6.6, 10.5.14, 10.4.22 |
26.4.9 | 10.6.4, 10.5.12, 10.4.21 |
26.4.8 | 10.6.1, 10.5.10, 10.4.19 |
26.4.7 | 10.5.9, 10.4.18 |
26.4.6 | 10.5.7, 10.4.16 |
26.4.5 | 10.5.4, 10.4.14 |
26.4.4 | 10.5.1, 10.4.13 |
26.4.3 | 10.5.0, 10.4.9 |
26.4.2 | 10.4.4 |
26.4.1 | 10.4.3 |
26.4.0 | 10.4.2 |
Galera 3 Versions
The following table lists each version of the Galera 3 wsrep provider, and it lists which version of MariaDB each one was first released in. If you would like to install Galera 3 using yum, apt, or zypper, then the package is called galera
.
See Also
- Codership on Google Groups (
codership-team 'at' googlegroups (dot) com
) - A great mailing list for Galera users. - About Galera Replication
- Codership: Using Galera Cluster
- Galera Use Cases
- Getting Started with MariaDB Galera Cluster
- MariaDB Galera Cluster - Known Limitations